home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nippon Obsessions 2
/
Nippon Obsessions - Volume 2.iso
/
pc
/
video
/
shared.dir
/
00512_Script_512
< prev
Wrap
Text File
|
1993-01-01
|
428b
|
18 lines
-- RearWindow Shared.Dir (Shared cast example movie)
-- ⌐ 1992-1994 David Jackson-Shields and Macromedia, Inc.
on initRearWindow theColor
global rwObj
if objectP( rwObj ) then rwObj( mDispose )
put RearWindow( mNew, "M" ) into rwObj
rwObj( mIndexColorToWindow, theColor )
end initRearWindow
--
on disposeRearWindow
global rwObj
if objectP( rwObj ) then rwObj( mDispose )
end disposeRearWindow
--